Steps Template
一連の手順を順次/並列で実行できる
外側のリストは順次実行、内側は並列実行されます
ムズすぎだろmrsekut.icon
内側も順次実行したい場合は「Synchronization機能」を利用する
code:yaml
- name: hello-hello-hello
steps:
- - name: step1
template: prepare-data
- - name: step2a
template: run-data-first-half
- name: step2b
template: run-data-second-half